-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Cli Core Schema Migration #4896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Code Review SummaryStatus: No Issues Found | Recommendation: Merge OverviewThis PR introduces a new Key Changes:
Architecture Notes:
Files Reviewed (17 files)
|
Implements a new --attach flag to allow users to attach image files (png, jpg, jpeg, webp, gif, tiff) to CLI prompts in auto/yolo modes. Adds validation for mode requirements, file existence, and supported formats. Updates CLI options, types, and UI to support and process attachments.
Migrate all types from CLI and agent manager to a common shared package @kilocode/code-schemas that now instead owns all of the type shared in between the CLI and the agent maanger